void sqlite3GenerateRowIndexDelete( Parse pParse, / Parsing and code generating context / Table pTab, / Table containing the row to be deleted / int iCur, / Cursor number for the table / int aRegIdx / Only delete if aRegIdx!=0 && aRegIdx[i]>0 */ )函数功能:此过程生成VDBE代码导致与单个表的单个行相关联的所有的索引条目被删除。当这个例程被调用的时候VDBE 必须处于特定的状态。